vendor/golang.org/x/crypto/chacha20.Cipher.key (field)
10 uses
vendor/golang.org/x/crypto/chacha20 (current package)
chacha_generic.go#L39: key [8]uint32
chacha_generic.go#L97: c.key = [8]uint32{
chacha_generic.go#L274: c4, c5, c6, c7 = s.key[0], s.key[1], s.key[2], s.key[3]
chacha_generic.go#L275: c8, c9, c10, c11 = s.key[4], s.key[5], s.key[6], s.key[7]
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |